adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Range<T> Class / IsSingleValue Property


In This Topic
    IsSingleValue Property
    In This Topic
    Indicates whether the Min value equals the Max value.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsSingleValue As Boolean
    public bool IsSingleValue {get;}
    public:
    property bool IsSingleValue {
       bool get();
    }
    See Also